Menu Top
Complete Course of Mathematics
Topic 1: Numbers & Numerical Applications Topic 2: Algebra Topic 3: Quantitative Aptitude
Topic 4: Geometry Topic 5: Construction Topic 6: Coordinate Geometry
Topic 7: Mensuration Topic 8: Trigonometry Topic 9: Sets, Relations & Functions
Topic 10: Calculus Topic 11: Mathematical Reasoning Topic 12: Vectors & Three-Dimensional Geometry
Topic 13: Linear Programming Topic 14: Index Numbers & Time-Based Data Topic 15: Financial Mathematics
Topic 16: Statistics & Probability


Content On This Page
Properties of Addition and Subtraction Properties of Multiplication and Division General Properties of Divisibility
Identities Related to Real Numbers Patterns in Numbers (Whole, Square)


Properties of Operations and Numbers



Properties of Addition and Subtraction

Arithmetic operations, such as addition and subtraction, possess certain fundamental properties that hold true for different sets of numbers. Understanding these properties is crucial for simplifying calculations, solving equations, and building a solid foundation for algebra and higher mathematics.

Let's examine the key properties of addition and subtraction for the sets of Whole Numbers ($\mathbb{W}$), Integers ($\mathbb{Z}$), Rational Numbers ($\mathbb{Q}$), and Real Numbers ($\mathbb{R}$).


Properties of Addition (+)

Let $a, b,$ and $c$ be any numbers from a specific set (e.g., $\mathbb{W}, \mathbb{Z}, \mathbb{Q}, \mathbb{R}$).

1. Closure Property

A set of numbers is said to be closed under addition if the sum of any two numbers from the set is always a number that belongs to the same set.

The set of natural numbers ($\mathbb{N} = \{1, 2, 3, ...\}$) is also closed under addition.

2. Commutative Property

An operation is commutative if changing the order of the operands does not change the result. For addition, this means $a + b$ is always equal to $b + a$.

For any numbers $a, b$ in the set, $a + b = b + a$.

[Commutative Property of Addition]

This property holds true for addition in the sets of Whole Numbers, Integers, Rational Numbers, and Real Numbers.

Example: $7 + 12 = 19$ and $12 + 7 = 19$. So, $7 + 12 = 12 + 7$.

Example: $(-4) + 6 = 2$ and $6 + (-4) = 2$. So, $(-4) + 6 = 6 + (-4)$.

Example: $\frac{1}{2} + \frac{1}{3} = \frac{5}{6}$ and $\frac{1}{3} + \frac{1}{2} = \frac{5}{6}$.

Example: $\sqrt{2} + \pi = \pi + \sqrt{2}$.

3. Associative Property

An operation is associative if the way in which three or more numbers are grouped when performing the operation does not affect the result. For addition, this means $(a + b) + c$ is always equal to $a + (b + c)$.

For any numbers $a, b, c$ in the set, $(a + b) + c = a + (b + c)$.

[Associative Property of Addition]

This property holds true for addition in the sets of Whole Numbers, Integers, Rational Numbers, and Real Numbers.

Example: $(2 + 3) + 4 = 5 + 4 = 9$. $2 + (3 + 4) = 2 + 7 = 9$. So, $(2 + 3) + 4 = 2 + (3 + 4)$.

Example: $(-1 + 5) + 8 = 4 + 8 = 12$. $-1 + (5 + 8) = -1 + 13 = 12$. So, $(-1 + 5) + 8 = -1 + (5 + 8)$.

Example: $(\frac{1}{2} + \frac{1}{3}) + \frac{1}{6} = \frac{5}{6} + \frac{1}{6} = \frac{6}{6} = 1$. $\frac{1}{2} + (\frac{1}{3} + \frac{1}{6}) = \frac{1}{2} + \frac{2+1}{6} = \frac{1}{2} + \frac{3}{6} = \frac{1}{2} + \frac{1}{2} = 1$.

4. Additive Identity Property (Existence of Identity Element)

An additive identity element is a number, usually denoted by $0$, such that when it is added to any number 'a' in the set, the result is 'a'. For this property to hold for a set, the identity element must also belong to that set.

For any number $a$ in the set, there exists an element $e$ such that $a + e = e + a = a$.

The additive identity for all standard number systems is the number $0$. This property holds for the sets of Whole Numbers, Integers, Rational Numbers, and Real Numbers, because the number $0$ is an element of each of these sets.

For any $a \in \mathbb{W}, \mathbb{Z}, \mathbb{Q}, \mathbb{R}$, $a + 0 = 0 + a = a$.

[Additive Identity]

The set of Natural Numbers ($\mathbb{N} = \{1, 2, 3, ...\}$) does not have an additive identity within its set because $0$ is not a natural number.

5. Additive Inverse Property (Existence of Inverse Element)

For every number 'a' in the set, an additive inverse (or opposite) is a number $-a$ such that when it is added to 'a', the result is the additive identity (0). For this property to hold for a set, the additive inverse of every element in the set must also belong to the set.

For any number $a$ in the set, there exists an element $-a$ in the set such that $a + (-a) = (-a) + a = 0$.

[Additive Inverse Property]

This property holds for the sets of Integers, Rational Numbers, and Real Numbers, because for every element $a$ in these sets, its additive inverse $-a$ is also an element of the set.

The set of Whole Numbers ($\mathbb{W} = \{0, 1, 2, ...\}$) does not generally have additive inverses within its set. For any non-zero whole number $a$, its additive inverse $-a$ is a negative integer (e.g., the inverse of $3$ is $-3$), which is not in $\mathbb{W}$. Only the number $0$ has an additive inverse ($0$) that is also in $\mathbb{W}$.

The set of Natural Numbers ($\mathbb{N}$) does not have an additive identity (0), so the concept of additive inverse as defined here does not apply in $\mathbb{N}$.


Properties of Subtraction (-)

Subtraction is defined as the inverse operation of addition: $a - b$ is equivalent to $a + (-b)$. As such, the properties of subtraction are related to the properties of addition and the existence of additive inverses.

1. Closure Property

A set is closed under subtraction if the difference of any two numbers from the set is always a number that belongs to the same set.

2. Commutative Property

Subtraction is generally not commutative for any of the standard number sets (Whole, Integers, Rational, Real), unless the two numbers are equal.

For $a \neq b$, $a - b \neq b - a$.

[Subtraction is not Commutative]

Example: $5 - 3 = 2$, but $3 - 5 = -2$. Since $2 \neq -2$, $5 - 3 \neq 3 - 5$.

Example: $\frac{1}{2} - \frac{1}{3} = \frac{1}{6}$, but $\frac{1}{3} - \frac{1}{2} = -\frac{1}{6}$.

3. Associative Property

Subtraction is generally not associative for any of the standard number sets (Whole, Integers, Rational, Real).

For some $a, b, c$, $(a - b) - c \neq a - (b - c)$.

[Subtraction is not Associative]

Example: Let $a=10, b=5, c=2$.

$(10 - 5) - 2 = 5 - 2 = 3$.

$10 - (5 - 2) = 10 - 3 = 7$.

Since $3 \neq 7$, $(10 - 5) - 2 \neq 10 - (5 - 2)$.

Example: Let $a=\frac{1}{2}, b=\frac{1}{4}, c=\frac{1}{8}$.

$(\frac{1}{2} - \frac{1}{4}) - \frac{1}{8} = (\frac{2}{4} - \frac{1}{4}) - \frac{1}{8} = \frac{1}{4} - \frac{1}{8} = \frac{2}{8} - \frac{1}{8} = \frac{1}{8}$.

$\frac{1}{2} - (\frac{1}{4} - \frac{1}{8}) = \frac{1}{2} - (\frac{2}{8} - \frac{1}{8}) = \frac{1}{2} - \frac{1}{8} = \frac{4}{8} - \frac{1}{8} = \frac{3}{8}$.

Since $\frac{1}{8} \neq \frac{3}{8}$, $(\frac{1}{2} - \frac{1}{4}) - \frac{1}{8} \neq \frac{1}{2} - (\frac{1}{4} - \frac{1}{8})$.

4. Identity Property

There is no identity element for subtraction that works universally for all numbers in a set. While $a - 0 = a$ for any number $a$, the identity property requires that $e - a = a$ also, which would mean $0 - a = a$, implying $-a = a$, which is only true for $a=0$. Since no single element $e$ satisfies $a - e = a$ and $e - a = a$ for all elements $a$ in the set (other than $\{0\}$ itself), subtraction does not have a general identity element.

5. Inverse Property

There is no general inverse property for subtraction analogous to the additive or multiplicative inverse properties.


Summary Table of Properties for Addition and Subtraction

Property Addition (+) Subtraction (-)
Holds for Does NOT hold for Holds for Does NOT hold for
Closure $\mathbb{W}, \mathbb{Z}, \mathbb{Q}, \mathbb{R}$ (and $\mathbb{N}$) - $\mathbb{Z}, \mathbb{Q}, \mathbb{R}$ $\mathbb{W}$ (and $\mathbb{N}$)
Commutativity $\mathbb{W}, \mathbb{Z}, \mathbb{Q}, \mathbb{R}$ (and $\mathbb{N}$) - - $\mathbb{W}, \mathbb{Z}, \mathbb{Q}, \mathbb{R}$ (and $\mathbb{N}$)
Associativity $\mathbb{W}, \mathbb{Z}, \mathbb{Q}, \mathbb{R}$ (and $\mathbb{N}$) - - $\mathbb{W}, \mathbb{Z}, \mathbb{Q}, \mathbb{R}$ (and $\mathbb{N}$)
Identity Element Exists (0) $\mathbb{W}, \mathbb{Z}, \mathbb{Q}, \mathbb{R}$ $\mathbb{N}$ - All standard sets
Inverse Element Exists (for all elements) $\mathbb{Z}, \mathbb{Q}, \mathbb{R}$ $\mathbb{W}$ (except 0), $\mathbb{N}$ - All standard sets

Understanding these properties is fundamental to algebra and working with different number systems. The fact that $\mathbb{Z}, \mathbb{Q},$ and $\mathbb{R}$ are closed under subtraction (whereas $\mathbb{W}$ is not) highlights the significance of including negative numbers in these sets.



Properties of Multiplication and Division

Multiplication and division are two of the four fundamental arithmetic operations. Like addition and subtraction, they have specific properties that govern their behavior within different sets of numbers. Understanding these properties is essential for algebraic manipulation and solving equations.

Let's examine the key properties of multiplication and division for the sets of Whole Numbers ($\mathbb{W}$), Integers ($\mathbb{Z}$), Rational Numbers ($\mathbb{Q}$), and Real Numbers ($\mathbb{R}$).


Properties of Multiplication ($\times$ or $\cdot$)

Let $a, b,$ and $c$ be any numbers from a specific set ($\mathbb{W}, \mathbb{Z}, \mathbb{Q}, \mathbb{R}$).

1. Closure Property

A set of numbers is said to be closed under multiplication if the product of any two numbers from the set is always a number that belongs to the same set.

The set of natural numbers ($\mathbb{N}$) is also closed under multiplication.

2. Commutative Property

An operation is commutative if changing the order of the operands does not change the result. For multiplication, this means $a \times b$ is always equal to $b \times a$.

For any numbers $a, b$ in the set, $a \times b = b \times a$.

[Commutative Property of Multiplication]

This property holds true for multiplication in the sets of Whole Numbers, Integers, Rational Numbers, and Real Numbers.

Example: $7 \times 12 = 84$ and $12 \times 7 = 84$. So, $7 \times 12 = 12 \times 7$.

Example: $(-4) \times 6 = -24$ and $6 \times (-4) = -24$. So, $(-4) \times 6 = 6 \times (-4)$.

Example: $\frac{1}{2} \times \frac{1}{3} = \frac{1}{6}$ and $\frac{1}{3} \times \frac{1}{2} = \frac{1}{6}$.

Example: $\sqrt{2} \times \pi = \pi \times \sqrt{2}$.

3. Associative Property

An operation is associative if the way in which three or more numbers are grouped when performing the operation does not affect the result. For multiplication, this means $(a \times b) \times c$ is always equal to $a \times (b \times c)$.

For any numbers $a, b, c$ in the set, $(a \times b) \times c = a \times (b \times c)$.

[Associative Property of Multiplication]

This property holds true for multiplication in the sets of Whole Numbers, Integers, Rational Numbers, and Real Numbers.

Example: $(2 \times 3) \times 4 = 6 \times 4 = 24$. $2 \times (3 \times 4) = 2 \times 12 = 24$. So, $(2 \times 3) \times 4 = 2 \times (3 \times 4)$.

Example: $(-1 \times 5) \times 8 = (-5) \times 8 = -40$. $-1 \times (5 \times 8) = -1 \times 40 = -40$. So, $(-1 \times 5) \times 8 = -1 \times (5 \times 8)$.

Example: $(\frac{1}{2} \times \frac{1}{3}) \times \frac{1}{4} = \frac{1}{6} \times \frac{1}{4} = \frac{1}{24}$. $\frac{1}{2} \times (\frac{1}{3} \times \frac{1}{4}) = \frac{1}{2} \times \frac{1}{12} = \frac{1}{24}$.

4. Multiplicative Identity Property (Existence of Identity Element)

A multiplicative identity element is a number, usually denoted by $1$, such that when it is multiplied by any number 'a' in the set, the result is 'a'. For this property to hold for a set, the identity element must also belong to that set.

For any number $a$ in the set, there exists an element $e$ such that $a \times e = e \times a = a$.

The multiplicative identity for all standard number systems (Natural, Whole, Integers, Rational, Real) is the number $1$. This property holds for these sets because the number $1$ is an element of each of these sets.

For any $a \in \mathbb{N}, \mathbb{W}, \mathbb{Z}, \mathbb{Q}, \mathbb{R}$, $a \times 1 = 1 \times a = a$.

[Multiplicative Identity]

5. Multiplicative Inverse Property (Existence of Inverse Element)

For every non-zero number 'a' in the set, a multiplicative inverse (or reciprocal) is a number $\frac{1}{a}$ such that when it is multiplied by 'a', the result is the multiplicative identity (1). For this property to hold for a set, the multiplicative inverse of every non-zero element in the set must also belong to the set.

For any number $a$ in the set, where $a \neq 0$, there exists an element $a^{-1}$ in the set such that $a \times a^{-1} = a^{-1} \times a = 1$.

[Multiplicative Inverse Property]

This property holds for the sets of Rational Numbers and Real Numbers.

This property does not hold for Whole Numbers or Integers generally. In $\mathbb{Z}$, only $1$ (inverse is $1$) and $-1$ (inverse is $-1$) have multiplicative inverses that are also integers.

6. Distributive Property of Multiplication over Addition and Subtraction

Multiplication distributes over addition and subtraction. This property connects the multiplication operation with addition and subtraction.

For any numbers $a, b, c$ in the set, $a \times (b + c) = (a \times b) + (a \times c)$.

[Distributivity over Addition]

For any numbers $a, b, c$ in the set, $a \times (b - c) = (a \times b) - (a \times c)$.

[Distributivity over Subtraction]

This property holds true for multiplication over addition and subtraction in the sets of Whole Numbers, Integers, Rational Numbers, and Real Numbers.

Example: $5 \times (2 + 3) = 5 \times 5 = 25$. Using distributivity: $(5 \times 2) + (5 \times 3) = 10 + 15 = 25$. So, $5 \times (2+3) = 5 \times 2 + 5 \times 3$.

Example: $-2 \times (8 - 3) = -2 \times 5 = -10$. Using distributivity: $(-2 \times 8) - (-2 \times 3) = (-16) - (-6) = -16 + 6 = -10$. So, $-2 \times (8-3) = -2 \times 8 - (-2) \times 3$.

7. Property of Zero in Multiplication

The product of any number and zero is always zero.

For any number $a$ in the set, $a \times 0 = 0 \times a = 0$.

[Multiplication by Zero Property]

This holds for Whole Numbers, Integers, Rational Numbers, and Real Numbers.


Properties of Division ($\div$ or /)

Division is the inverse operation of multiplication. Dividing by a number $b$ (where $b \neq 0$) is defined as multiplying by the multiplicative inverse (reciprocal) of $b$, i.e., $a \div b = a \times \frac{1}{b}$.

1. Closure Property

Division is generally not closed for Whole Numbers or Integers. For example, dividing 3 by 2 gives 1.5, which is not a whole number or an integer. It is closed for Rational Numbers and Real Numbers, but with the crucial exception of division by zero.

For $a, b \in \mathbb{Q}$ (or $\mathbb{R}$), $b \neq 0$, $a \div b \in \mathbb{Q}$ (or $\mathbb{R}$).

[Closure for Division (non-zero divisor)]

2. Commutative Property

Division is generally not commutative for any of the standard number sets (Whole, Integers, Rational, Real), unless the two numbers are equal (excluding $0 \div 0$).

For $a \neq b$, $a \div b \neq b \div a$.

[Division is not Commutative]

Example: $6 \div 3 = 2$, but $3 \div 6 = \frac{1}{2} = 0.5$. Since $2 \neq 0.5$, $6 \div 3 \neq 3 \div 6$.

3. Associative Property

Division is generally not associative for any of the standard number sets (Whole, Integers, Rational, Real).

For some $a, b, c$, $(a \div b) \div c \neq a \div (b \div c)$.

[Division is not Associative]

Example: Let $a=24, b=4, c=2$. (Assume $b \neq 0, c \neq 0$).

$(a \div b) \div c = (24 \div 4) \div 2 = 6 \div 2 = 3$.

$a \div (b \div c) = 24 \div (4 \div 2) = 24 \div 2 = 12$.

Since $3 \neq 12$, $(24 \div 4) \div 2 \neq 24 \div (4 \div 2)$.

4. Identity Property

There is no single identity element for division that works for all numbers in a set. While $a \div 1 = a$ for any number $a$, the identity property requires an element $e$ such that $a \div e = a$ AND $e \div a = a$. Only $a \div 1 = a$. For $1 \div a$ to equal $a$, $a^2=1$, meaning $a=1$ or $a=-1$. Since no single element works for all numbers $a$ in the set, division does not have a general identity element.

5. Inverse Property

There is no general inverse property for division analogous to the inverse properties for addition and multiplication.

6. Division by Zero

Division by zero is undefined for any number $a$. The expression $a \div 0$ (or $\frac{a}{0}$) has no defined value in the standard number systems.

Explanation: If we were to define $\frac{a}{0} = x$, it would mean that $a = x \times 0$ by the definition of division as the inverse of multiplication.

Therefore, division by zero is strictly disallowed in all standard number systems.


Summary Table of Properties for Multiplication and Division

Property Multiplication ($\times$) Division ($\div$)
Holds for Does NOT hold for Holds for Does NOT hold for
Closure $\mathbb{W}, \mathbb{Z}, \mathbb{Q}, \mathbb{R}$ (and $\mathbb{N}$) - $\mathbb{Q}, \mathbb{R}$ (for non-zero divisor) $\mathbb{W}, \mathbb{Z}$ (and $\mathbb{N}$)
Commutativity $\mathbb{W}, \mathbb{Z}, \mathbb{Q}, \mathbb{R}$ (and $\mathbb{N}$) - - $\mathbb{W}, \mathbb{Z}, \mathbb{Q}, \mathbb{R}$ (and $\mathbb{N}$)
Associativity $\mathbb{W}, \mathbb{Z}, \mathbb{Q}, \mathbb{R}$ (and $\mathbb{N}$) - - $\mathbb{W}, \mathbb{Z}, \mathbb{Q}, \mathbb{R}$ (and $\mathbb{N}$)
Identity Element Exists (1) $\mathbb{N}, \mathbb{W}, \mathbb{Z}, \mathbb{Q}, \mathbb{R}$ - - All standard sets
Inverse Element Exists (for all non-zero elements) $\mathbb{Q}, \mathbb{R}$ $\mathbb{W}, \mathbb{Z}$ (and $\mathbb{N}$) - All standard sets
Distributivity (over + / -) $\mathbb{W}, \mathbb{Z}, \mathbb{Q}, \mathbb{R}$ (and $\mathbb{N}$) - - All standard sets
Property of Zero (a $\times$ 0 = 0) $\mathbb{W}, \mathbb{Z}, \mathbb{Q}, \mathbb{R}$ - - (Not applicable in the same way)
Division by Zero - (Not applicable in the same way) - Undefined for all standard sets

The sets of rational numbers ($\mathbb{Q}$) and real numbers ($\mathbb{R}$) exhibit all the standard properties of addition and multiplication (except for division by zero), which is why they are fundamental in algebra and calculus.



General Properties of Divisibility

Divisibility is a fundamental concept in number theory, dealing with whether one integer can be divided by another integer with no remainder. This concept is defined for integers, where the divisor is non-zero.

An integer $a$ is said to be divisible by an integer $b$ (where $b \neq 0$) if there exists an integer $k$ such that $a = b \times k$. This is equivalent to saying that when $a$ is divided by $b$, the remainder is $0$.

Other ways to express "$a$ is divisible by $b$":

The notation for "$b$ divides $a$" is $b | a$. If $b$ does not divide $a$, we write $b \nmid a$.

Throughout this section, $a, b,$ and $c$ represent integers, and any divisors mentioned are non-zero unless specified.


Basic Divisibility Properties

  1. Divisibility by 1: Any integer $a$ is divisible by $1$.

    $\quad 1 | a \quad \text{for any } a \in \mathbb{Z}$

    Explanation: For any integer $a$, $a = 1 \times a$. Since $a$ is an integer, by definition, $a$ is divisible by 1.

    Example: $1 | 5$ because $5 = 1 \times 5$. $1 | -10$ because $-10 = 1 \times (-10)$.

  2. Divisibility by itself: Any non-zero integer $a$ is divisible by itself.

    $\quad a | a \quad \text{for any } a \in \mathbb{Z}, a \neq 0$

    Explanation: For any non-zero integer $a$, $a = a \times 1$. Since 1 is an integer, by definition, $a$ is divisible by $a$.

    Example: $5 | 5$ because $5 = 5 \times 1$. $-10 | -10$ because $-10 = (-10) \times 1$.

  3. Divisibility by opposite: If $b | a$, then $-b | a$, $b | -a$, and $-b | -a$.

    Explanation: If $b | a$, then $a = bk$ for some integer $k$.

    • $a = (-b) \times (-k)$. Since $-k$ is an integer, $-b | a$.
    • $-a = -(bk) = b \times (-k)$. Since $-k$ is an integer, $b | -a$.
    • $-a = -(bk) = (-b) \times k$. Since $k$ is an integer, $-b | -a$.

    Example: $3 | 6$ (since $6 = 3 \times 2$). Then:

    • $-3 | 6$ (since $6 = (-3) \times (-2)$).
    • $3 | -6$ (since $-6 = 3 \times (-2)$).
    • $-3 | -6$ (since $-6 = (-3) \times 2$).
  4. Divisibility of Zero: Zero is divisible by any non-zero integer $b$.

    $\quad b | 0 \quad \text{for any } b \in \mathbb{Z}, b \neq 0$

    Explanation: For any non-zero integer $b$, $0 = b \times 0$. Since 0 is an integer, by definition, $0$ is divisible by $b$.

    Example: $5 | 0$ because $0 = 5 \times 0$. $-10 | 0$ because $0 = (-10) \times 0$.

  5. Non-divisibility by Zero: No non-zero integer $a$ is divisible by $0$.

    $\quad 0 \nmid a \quad \text{for any } a \in \mathbb{Z}, a \neq 0$

    Explanation: If $0 | a$ for $a \neq 0$, it would mean $a = 0 \times k$ for some integer $k$. But $0 \times k = 0$, so $a=0$. This contradicts the condition that $a \neq 0$. Therefore, a non-zero integer cannot be divisible by 0.

    Note: The statement $0 | 0$ is considered true by some definitions ($0 = 0 \times k$ is true for any integer $k$), but the definition of divisibility usually requires the divisor to be non-zero to avoid ambiguity (as discussed in Division properties).


Properties Related to Sums, Differences, and Products

Let $a, b, c$ be integers. $b \neq 0$.

  1. Divisibility of Sums: If a number divides two other numbers, it also divides their sum.

    If $b | a$ and $b | c$, then $b | (a+c)$.

    Proof:

    If $b | a$, then by definition, $a = bk$ for some integer $k$.

    If $b | c$, then by definition, $c = bm$ for some integer $m$.

    Consider the sum $a+c$: $a + c = bk + bm$.

    Factor out the common factor $b$: $a + c = b(k+m)$.

    Since $k$ and $m$ are integers, their sum $(k+m)$ is also an integer (closure under addition for integers).

    By the definition of divisibility, since $a+c$ can be written as $b$ times an integer, $a+c$ is divisible by $b$. Thus, $b | (a+c)$.

    Example: $3 | 6$ (since $6 = 3 \times 2$) and $3 | 9$ (since $9 = 3 \times 3$). Check if $3 | (6+9)$. $6+9 = 15$. $15 = 3 \times 5$. Since 5 is an integer, $3 | 15$. This property holds.

  2. Divisibility of Differences: If a number divides two other numbers, it also divides their difference.

    If $b | a$ and $b | c$, then $b | (a-c)$.

    Proof:

    If $b | a$, then $a = bk$ for some integer $k$. If $b | c$, then $c = bm$ for some integer $m$.

    Consider the difference $a-c$: $a - c = bk - bm$.

    Factor out the common factor $b$: $a - c = b(k-m)$.

    Since $k$ and $m$ are integers, their difference $(k-m)$ is also an integer (closure under subtraction for integers).

    By the definition of divisibility, since $a-c$ can be written as $b$ times an integer, $a-c$ is divisible by $b$. Thus, $b | (a-c)$.

    Example: $4 | 12$ (since $12 = 4 \times 3$) and $4 | 20$ (since $20 = 4 \times 5$). Check if $4 | (20-12)$. $20-12 = 8$. $8 = 4 \times 2$. Since 2 is an integer, $4 | 8$. This property holds.

  3. Divisibility of Multiples: If a number divides another number, it also divides any integer multiple of that number.

    If $b | a$, then $b | (ac)$ for any integer $c$.

    Proof:

    If $b | a$, then $a = bk$ for some integer $k$.

    Consider the product $ac$: $ac = (bk)c$.

    Using associativity of multiplication, $ac = b(kc)$.

    Since $k$ and $c$ are integers, their product $(kc)$ is also an integer (closure under multiplication for integers).

    By the definition of divisibility, since $ac$ can be written as $b$ times an integer, $ac$ is divisible by $b$. Thus, $b | (ac)$.

    Example: $5 | 10$ (since $10 = 5 \times 2$). Check if $5 | (10 \times 7)$. $10 \times 7 = 70$. $70 = 5 \times 14$. Since 14 is an integer, $5 | 70$. This property holds.

  4. Divisibility of Products of Divisors: If $b | a$ and $c | d$, then $(bc) | (ad)$. The product of the divisors divides the product of the numbers they divide.

    If $b | a$ and $c | d$, then $(bc) | (ad)$. (Assume $c \neq 0$ for $c|d$ to be defined)

    Proof:

    If $b | a$, then $a = bk$ for some integer $k$. If $c | d$, then $d = cm$ for some integer $m$.

    Consider the product $ad$: $ad = (bk)(cm)$.

    Using properties of multiplication, $ad = (bc)(km)$.

    Since $k$ and $m$ are integers, their product $(km)$ is also an integer.

    By the definition of divisibility, since $ad$ can be written as $bc$ times an integer, $ad$ is divisible by $bc$. Thus, $(bc) | (ad)$.

    Example: $2 | 6$ (since $6 = 2 \times 3$) and $3 | 15$ (since $15 = 3 \times 5$). Check if $(2 \times 3) | (6 \times 15)$. $(2 \times 3) = 6$. $(6 \times 15) = 90$. Is $6 | 90$? Yes, $90 = 6 \times 15$, and 15 is an integer. This property holds.

  5. Divisibility by Product of Co-prime Divisors: If two co-prime numbers (numbers whose only common positive divisor is 1, i.e., GCD=1) both divide a third number, their product also divides that number.

    If $b | a$ and $c | a$, and GCD$(b, c) = 1$, then $(bc) | a$.

    Example: $3 | 18$ and $2 | 18$. GCD$(3, 2) = 1$. Check if $(3 \times 2) | 18$. $3 \times 2 = 6$. Is $6 | 18$? Yes, $18 = 6 \times 3$. This property holds.

    Example where GCD is not 1: $6 | 12$ and $4 | 12$. GCD$(6, 4) = 2 \neq 1$. Check if $(6 \times 4) | 12$. $6 \times 4 = 24$. Is $24 | 12$? No, 12 is not divisible by 24. This confirms the condition GCD$(b, c) = 1$ is necessary.


Transitive Property of Divisibility

  1. Transitivity: If a number divides a second number, and the second number divides a third number, then the first number also divides the third number.

    If $a | b$ and $b | c$, then $a | c$. (Assume $a, b \neq 0$ for the initial divisions to be defined in this context)

    Proof:

    If $a | b$, then by definition, $b = ak$ for some integer $k$.

    If $b | c$, then by definition, $c = bm$ for some integer $m$.

    Substitute the first equation ($b=ak$) into the second equation ($c=bm$): $c = (ak)m$.

    Using associativity of multiplication, $c = a(km)$.

    Since $k$ and $m$ are integers, their product $(km)$ is also an integer.

    By the definition of divisibility, since $c$ can be written as $a$ times an integer, $c$ is divisible by $a$. Thus, $a | c$.

    Example: $2 | 6$ (since $6 = 2 \times 3$) and $6 | 24$ (since $24 = 6 \times 4$). Then, check if $2 | 24$. Yes, $24 = 2 \times 12$. This property holds.


Divisibility Rules (Examples)

Divisibility rules are simple tests that allow us to quickly determine if a number is divisible by a small integer without performing the actual division. These rules are derived from the properties of place value and modular arithmetic.

These divisibility rules are useful shortcuts for quickly checking factors of numbers.



Identities Related to Real Numbers

In mathematics, an identity is an equation that is true for all possible values of the variables involved. Unlike a conditional equation (like $x+2=5$, which is only true when $x=3$), an identity holds universally within its domain. Algebraic identities are powerful formulas that arise from the fundamental properties of arithmetic operations (such as commutativity, associativity, and distributivity) applied to variables that represent numbers. These identities are valid for all numbers in any set that satisfies these fundamental properties, including the set of real numbers ($\mathbb{R}$).


Common Algebraic Identities

Let $a$ and $b$ represent any real numbers.

  1. Square of a sum: The square of the sum of two terms.

    $\quad (a + b)^2 = a^2 + 2ab + b^2$

    [Identity 1]

    Derivation: We can expand $(a+b)^2$ by writing it as a product and using the distributive property.

    $\quad (a+b)^2 = (a+b) \times (a+b)$

    Apply the distributive property [$x(y+z) = xy + xz$]: Treat $(a+b)$ as a single unit distributing over $(a+b)$.

    $\quad (a+b)(a+b) = a(a+b) + b(a+b)$

    Apply the distributive property again to both terms:

    $\quad = (a \times a) + (a \times b) + (b \times a) + (b \times b)$

    Simplify the products ($a \times a = a^2$, $b \times b = b^2$) and use the commutative property of multiplication ($a \times b = b \times a$):

    $\quad = a^2 + ab + ab + b^2$

    Combine the like terms ($ab + ab = 2ab$):

    $\quad = a^2 + 2ab + b^2$

    Example: Let $a=5$ and $b=2$. $(5+2)^2 = 7^2 = 49$. Using the identity: $5^2 + 2(5)(2) + 2^2 = 25 + 20 + 4 = 49$. The identity holds.

  2. Square of a difference: The square of the difference of two terms.

    $\quad (a - b)^2 = a^2 - 2ab + b^2$

    [Identity 2]

    Derivation: Similar to the square of a sum, but with subtraction. $(a-b)^2 = (a-b)(a-b)$.

    Apply the distributive property:

    $\quad = a(a-b) - b(a-b)$

    Apply the distributive property again:

    $\quad = (a \times a) - (a \times b) - (b \times a) - (b \times (-b))$

    Simplify products and use commutative property ($ab = ba$), remembering that $(-b) \times (-b) = +b^2$:

    $\quad = a^2 - ab - ab + b^2$

    Combine like terms:

    $\quad = a^2 - 2ab + b^2$

    Example: Let $a=7$ and $b=3$. $(7-3)^2 = 4^2 = 16$. Using the identity: $7^2 - 2(7)(3) + 3^2 = 49 - 42 + 9 = 7 + 9 = 16$. The identity holds.

  3. Difference of squares: The product of the sum and difference of two terms.

    $\quad (a + b)(a - b) = a^2 - b^2$

    [Identity 3]

    Derivation: Expand the product using the distributive property.

    $\quad (a+b)(a-b) = a(a-b) + b(a-b)$

    Apply the distributive property again:

    $\quad = (a \times a) - (a \times b) + (b \times a) + (b \times (-b))$

    Simplify products and use commutative property ($ab = ba$):

    $\quad = a^2 - ab + ab - b^2$

    Combine the $ab$ terms ($ -ab + ab = 0$):

    $\quad = a^2 + 0 - b^2 = a^2 - b^2$

    Example: Let $a=10$ and $b=2$. $(10+2)(10-2) = 12 \times 8 = 96$. Using the identity: $10^2 - 2^2 = 100 - 4 = 96$. The identity holds.

    This identity is particularly useful for rationalizing denominators of fractions involving square roots.

  4. Expansion of $(x+a)(x+b)$: The product of two binomials where the first term is common.

    $\quad (x + a)(x + b) = x^2 + (a + b)x + ab$

    [Identity 4]

    Derivation: Expand the product using the distributive property.

    $\quad (x+a)(x+b) = x(x+b) + a(x+b)$

    Apply the distributive property again:

    $\quad = (x \times x) + (x \times b) + (a \times x) + (a \times b)$

    Simplify products and use commutative property ($xb = bx$, $ax = xa$) for the middle terms:

    $\quad = x^2 + xb + ax + ab$

    Factor out the common term $x$ from the middle two terms using the distributive property in reverse:

    $\quad = x^2 + (b+a)x + ab$

    Using commutative property of addition ($b+a = a+b$):

    $\quad = x^2 + (a+b)x + ab$

    Example: Let $x=y, a=3, b=5$. $(y+3)(y+5) = y^2 + (3+5)y + (3 \times 5) = y^2 + 8y + 15$.

These are four fundamental algebraic identities often introduced early. More complex identities involve cubes and higher powers.

Let $a$ and $b$ represent any real numbers.

  1. Cube of a sum:

    $\quad (a + b)^3 = a^3 + 3a^2b + 3ab^2 + b^3$

    [Identity 5]

    Derivation: $(a+b)^3 = (a+b)(a+b)^2$. We already know $(a+b)^2 = a^2 + 2ab + b^2$.

    $\quad (a+b)^3 = (a+b)(a^2 + 2ab + b^2)$

    Apply the distributive property:

    $\quad = a(a^2 + 2ab + b^2) + b(a^2 + 2ab + b^2)$

    Apply the distributive property again to both terms:

    $\quad = (a \times a^2) + (a \times 2ab) + (a \times b^2) + (b \times a^2) + (b \times 2ab) + (b \times b^2)$

    Simplify products and use commutative property ($a \times a^2 = a^3$, $a \times 2ab = 2a^2b$, $a \times b^2 = ab^2$, $b \times a^2 = a^2b$, $b \times 2ab = 2ab^2$, $b \times b^2 = b^3$):

    $\quad = a^3 + 2a^2b + ab^2 + a^2b + 2ab^2 + b^3$

    Combine like terms ($2a^2b + a^2b = 3a^2b$, $ab^2 + 2ab^2 = 3ab^2$):

    $\quad = a^3 + 3a^2b + 3ab^2 + b^3$

  2. Cube of a difference:

    $\quad (a - b)^3 = a^3 - 3a^2b + 3ab^2 - b^3$

    [Identity 6]

    Derivation: This can be derived from Identity 5 by substituting $-b$ in place of $b$: $(a + (-b))^3 = a^3 + 3a^2(-b) + 3a(-b)^2 + (-b)^3 = a^3 - 3a^2b + 3ab^2 - b^3$.

  3. Sum of cubes: Factoring form for the sum of two cubes.

    $\quad a^3 + b^3 = (a + b)(a^2 - ab + b^2)$

    [Identity 7]

    Derivation: Multiply the right side using the distributive property to show it equals the left side.

    $\quad (a + b)(a^2 - ab + b^2) = a(a^2 - ab + b^2) + b(a^2 - ab + b^2)$

    Apply the distributive property again:

    $\quad = (a \times a^2) - (a \times ab) + (a \times b^2) + (b \times a^2) - (b \times ab) + (b \times b^2)$

    Simplify products and use commutative property ($a \times a^2 = a^3$, $a \times ab = a^2b$, $a \times b^2 = ab^2$, $b \times a^2 = a^2b$, $b \times ab = ab^2$, $b \times b^2 = b^3$):

    $\quad = a^3 - a^2b + ab^2 + a^2b - ab^2 + b^3$

    Combine like terms ($ -a^2b + a^2b = 0$, $ab^2 - ab^2 = 0$):

    $\quad = a^3 + 0 + 0 + b^3 = a^3 + b^3$

  4. Difference of cubes: Factoring form for the difference of two cubes.

    $\quad a^3 - b^3 = (a - b)(a^2 + ab + b^2)$

    [Identity 8]

    Derivation: This can be derived from Identity 7 by substituting $-b$ in place of $b$, or by multiplying out the right side similar to the derivation for $a^3+b^3$.

These algebraic identities are not only valid for all real numbers but also for variables representing real numbers. They are extremely useful tools for expanding expressions, factoring polynomials, simplifying calculations, and solving equations.

For example, $(a+b)^2 = a^2+2ab+b^2$ is not just a formula; it's a consequence of the distributive and commutative properties applied to the expression $(a+b)(a+b)$. Understanding the derivations helps solidify the underlying principles.


Applying Identities

Identities can be used to simplify numerical calculations or algebraic expressions.

Example 1. Calculate $105^2$ using an identity.

Answer:

We can write 105 as a sum, e.g., $100+5$. We can use the identity for the square of a sum: $(a+b)^2 = a^2 + 2ab + b^2$.

Let $a=100$ and $b=5$.

$\quad 105^2 = (100 + 5)^2$

Apply the identity:

$\quad = (100)^2 + 2(100)(5) + (5)^2$

Calculate the terms:

$\quad = 10000 + 1000 + 25$

Add the terms:

$\quad = 11025$

So, $105^2 = \mathbf{11025}$.


Example 2. Calculate $98 \times 102$ using an identity.

Answer:

We can write 98 as $100-2$ and 102 as $100+2$. We can use the identity for the difference of squares: $(a+b)(a-b) = a^2 - b^2$.

Let $a=100$ and $b=2$.

$\quad 98 \times 102 = (100 - 2)(100 + 2)$

Apply the identity:

$\quad = (100)^2 - (2)^2$

Calculate the squares:

$\quad = 10000 - 4$

Subtract:

$\quad = 9996$

So, $98 \times 102 = \mathbf{9996}$.



Patterns in Numbers (Whole, Square)

Numbers often exhibit predictable sequences and patterns based on underlying rules or relationships. Identifying and understanding these patterns is a fundamental aspect of mathematical thinking and is essential for developing number sense, making predictions, and laying the groundwork for concepts in algebra, sequences, and series. We will explore some simple patterns commonly observed, focusing on whole numbers and the special case of square numbers.


Patterns in Whole Numbers ($\mathbb{W}$)

Whole numbers ($\mathbb{W} = \{0, 1, 2, 3, ...\}$) can form various types of sequences where the numbers follow a specific rule. The rule often involves a constant difference or a constant ratio between consecutive terms.

The ability to identify the underlying rule of a number pattern allows for predicting subsequent terms and understanding the structure of the sequence.

Example 1. Find the next two numbers in the pattern: $4, 9, 14, 19, ...$

Answer:

Examine the relationship between consecutive terms to find the rule:

Difference between the second and first term: $9 - 4 = 5$.

Difference between the third and second term: $14 - 9 = 5$.

Difference between the fourth and third term: $19 - 14 = 5$.

The difference between consecutive terms is a constant value, 5. This indicates the pattern is an arithmetic sequence where 5 is added to each term to get the next term.

To find the next term after 19, add 5: $19 + 5 = 24$.

To find the term after 24, add 5: $24 + 5 = 29$.

The next two numbers in the pattern are $\mathbf{24}$ and $\mathbf{29}$.


Patterns in Square Numbers

Square numbers are a special type of number obtained by squaring an integer (multiplying the integer by itself). The sequence of square numbers for whole numbers starting from 0 is $0^2, 1^2, 2^2, 3^2, 4^2, ...$ which results in the sequence: $0, 1, 4, 9, 16, 25, 36, 49, 64, 81, 100, ...$

These numbers exhibit several interesting patterns:

  1. Pattern in the differences between consecutive square numbers:

    Let's look at the differences between adjacent terms in the sequence of square numbers (starting from $1^2$):

    • Difference between $1^2$ and $0^2$: $1 - 0 = 1$
    • Difference between $2^2$ and $1^2$: $4 - 1 = 3$
    • Difference between $3^2$ and $2^2$: $9 - 4 = 5$
    • Difference between $4^2$ and $3^2$: $16 - 9 = 7$
    • Difference between $5^2$ and $4^2$: $25 - 16 = 9$
    • Difference between $6^2$ and $5^2$: $36 - 25 = 11$
    • ... and so on.

    The differences between consecutive square numbers form the sequence of positive odd numbers: $1, 3, 5, 7, 9, 11, ...$

    This pattern can be shown algebraically. Consider the difference between the square of $n$ and the square of the previous whole number, $(n-1)$, for $n \ge 1$:

    Difference $= n^2 - (n-1)^2$

    Using the algebraic identity for the difference of squares, $a^2 - b^2 = (a-b)(a+b)$, where $a=n$ and $b=(n-1)$:

    $\quad n^2 - (n-1)^2 = (n - (n-1)) \times (n + (n-1))$

    Simplify the terms in the parentheses:

    $\quad = (n - n + 1) \times (n + n - 1)$

    $\quad = (1) \times (2n - 1)$

    $\quad = 2n - 1$

    The expression $2n-1$ represents a positive odd number for $n \ge 1$. For $n=1$, $2(1)-1=1$. For $n=2$, $2(2)-1=3$. For $n=3$, $2(3)-1=5$, and so on. This confirms that the difference between consecutive square numbers is the corresponding sequence of odd numbers.

  2. Pattern in the sum of consecutive odd numbers:

    The sum of the first $n$ consecutive positive odd numbers is equal to the $n$-th square number ($n^2$).

    • Sum of first 1 positive odd number: $1 = 1^2$
    • Sum of first 2 positive odd numbers: $1 + 3 = 4 = 2^2$
    • Sum of first 3 positive odd numbers: $1 + 3 + 5 = 9 = 3^2$
    • Sum of first 4 positive odd numbers: $1 + 3 + 5 + 7 = 16 = 4^2$
    • ... and so on.

    Sum of first $n$ positive odd numbers = $n^2$.

    This pattern is a direct result of the previous one. If we start with 0 and add the consecutive odd differences, we build up the square numbers: $0 + 1 = 1^2$, $1^2 + 3 = 2^2$, $2^2 + 5 = 3^2$, and so on. The sum of the first $n$ odd numbers is $1 + 3 + 5 + ... + (2n-1)$.

  3. Visual Patterns: Square numbers have a clear visual representation as a square arrangement of dots or units.

    Example: 1 dot forms a $1 \times 1$ square. 4 dots can form a $2 \times 2$ square. 9 dots can form a $3 \times 3$ square.

    Visual representation of square numbers 1, 4, 9 as arrangements of dots in squares.

    (Note: The image shows arrangements of dots: one dot, a 2x2 square of dots, a 3x3 square of dots).

    The pattern of adding consecutive odd numbers to get the next square can also be visualized. To go from an $n \times n$ square to an $(n+1) \times (n+1)$ square, we add $(2n+1)$ dots in an L-shaped layer around the existing square.

    Visual representation showing how adding consecutive odd numbers (L-shapes) to a square results in the next larger square.

    (Note: The image starts with a 1x1 square (1). Adds 3 dots in an L-shape to make a 2x2 square (1+3=4). Adds 5 dots in an L-shape to make a 3x3 square (4+5=9). Adds 7 dots in an L-shape to make a 4x4 square (9+7=16). The number of dots in the L-shape corresponds to the consecutive odd numbers).

Recognizing these patterns, especially the relationship between square numbers and odd numbers, provides deeper insight into the structure of numbers and helps in problem-solving involving sums and sequences.